vendor/golang.org/x/net/http2/hpack.Decoder.readString (method)

3 uses

	vendor/golang.org/x/net/http2/hpack (current package)
		hpack.go#L369: 		hf.Name, buf, err = d.readString(buf, wantStr)
		hpack.go#L374: 	hf.Value, buf, err = d.readString(buf, wantStr)
		hpack.go#L470: func (d *Decoder) readString(p []byte, wantStr bool) (s string, remain []byte, err error) {